func net/netip.parseIPv4Fields
3 uses
net/netip (current package)
netip.go#L154: func parseIPv4Fields(in string, off, end int, fields []uint8) error {
netip.go#L197: err = parseIPv4Fields(s, 0, len(s), fields[:])
netip.go#L282: err := parseIPv4Fields(in, end-len(s), end, ip[i:i+4])
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)